home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 53
/
Volume 53 - JOGO DISK .iso
/
Games
/
thefarmer.swf
/
scripts
/
DefineButton2_299
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2007-10-01
|
2KB
|
81 lines
on(release){
if(_root.lahan1s11 == 0 and _root.kursor._currentframe == 3)
{
_root.lahan1s11 = 1;
_root.energi -= 1;
}
if(_root.lahan1p11 == 0 and _root.kursor._currentframe == 4)
{
_root.lahan1p11 = _root.lahan1p11 + 1;
_root.energi -= 1;
_root.pupuk--;
}
if(_root.kursor._currentframe == 5)
{
_root.lahan1u11 = 0;
_root.energi -= 1;
_root.pestisida--;
}
if(_root.kursor._currentframe == 6)
{
_root.lahan1t11 = 12;
_root.energi -= 1;
}
if(_root.lahan1t11 == 5 and _root.kursor._currentframe == 2)
{
if(_root.tanamanlahan1 == 1 or _root.tanamanlahan1 == 2 or _root.tanamanlahan1 == 3 or _root.tanamanlahan1 == 8)
{
_root.lahan1t11 = 12;
}
if(_root.tanamanlahan1 == 4)
{
_root.lahan1panen11 = _root.lahan1panen11 + 1;
if(_root.lahan1panen11 > 3)
{
_root.lahan1t11 = 6;
}
else
{
_root.lahan1t11 = 4;
}
}
if(_root.tanamanlahan1 == 5)
{
_root.lahan1panen11 = _root.lahan1panen11 + 1;
if(_root.lahan1panen11 > 4)
{
_root.lahan1t11 = 6;
}
else
{
_root.lahan1t11 = 4;
}
}
if(_root.tanamanlahan1 == 6)
{
_root.lahan1panen11 = _root.lahan1panen11 + 1;
if(_root.lahan1panen11 > 3)
{
_root.lahan1t11 = 6;
}
else
{
_root.lahan1t11 = 4;
}
}
if(_root.tanamanlahan1 == 7)
{
_root.lahan1panen11 = _root.lahan1panen11 + 1;
if(_root.lahan1panen11 > 5)
{
_root.lahan1t11 = 6;
}
else
{
_root.lahan1t11 = 4;
}
}
_root.kursor.gotoAndStop(9 + _root.tanamanlahan1);
}
}